home *** CD-ROM | disk | FTP | other *** search
/ PC Home 119 / PC Home issue 119.iso / Software / FasterPC / RAMIdle9x.exe / {app} / Manager.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Encoding:
Text File  |  2001-12-09  |  1.8 KB  |  89 lines

  1. object Form7: TForm7
  2.   Left = 371
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Ooops!'
  7.   ClientHeight = 112
  8.   ClientWidth = 266
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 228
  23.     Height = 13
  24.     Caption = 'This function only available in registered version.'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 40
  29.     Width = 23
  30.     Height = 13
  31.     Caption = 'Click'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 35
  35.     Top = 40
  36.     Width = 21
  37.     Height = 13
  38.     Cursor = crHandPoint
  39.     Caption = 'here'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clNavy
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsUnderline]
  45.     ParentFont = False
  46.     OnClick = Label3Click
  47.   end
  48.   object Label4: TLabel
  49.     Left = 60
  50.     Top = 40
  51.     Width = 169
  52.     Height = 13
  53.     Caption = 'to register RAM Idle for $16.75 only.'
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 8
  57.     Top = 68
  58.     Width = 249
  59.     Height = 7
  60.     TabOrder = 0
  61.   end
  62.   object Panel1: TPanel
  63.     Left = 200
  64.     Top = 81
  65.     Width = 58
  66.     Height = 25
  67.     Cursor = crHandPoint
  68.     BevelInner = bvRaised
  69.     BevelOuter = bvNone
  70.     Caption = 'Close'
  71.     TabOrder = 1
  72.     OnMouseDown = Panel1MouseDown
  73.     OnMouseUp = Panel1MouseUp
  74.   end
  75.   object Panel2: TPanel
  76.     Left = 119
  77.     Top = 81
  78.     Width = 75
  79.     Height = 25
  80.     Cursor = crHandPoint
  81.     BevelInner = bvRaised
  82.     BevelOuter = bvNone
  83.     Caption = 'Order Now!'
  84.     TabOrder = 2
  85.     OnMouseDown = Panel2MouseDown
  86.     OnMouseUp = Panel2MouseUp
  87.   end
  88. end
  89.